C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / SelectedItem Property

In This Topic
SelectedItem Property (AutoCompleteBase<T>)
In This Topic
Gets or sets the item that is currently selected in the drop-down list.
Syntax
'Declaration
 
<C1IgnoreAttribute()>
Public Overridable Property SelectedItem As T
 
See Also